Links
dtSearch Text Retrieval Engine Programmer's Reference 7.70
ISearchResults::TotalHitCount Property
ISearchResults Interface | ISearchResults Interface | Send Feedback

Returns the number of hits in all files retrieved in the search, which may be more than the number actually stored in search results

__property long * TotalHitCount;
Remarks

If search results were generated by a search, TotalHits will contain the number hits in all documents retrieved in the search, including documents that were not retained in the SearchResults object due to the MaxFilesToRetreive limit. 

If search results were generated in any other way, such as through the unionWith or intersectionOf operations, then TotalHits will be the number of hits in the documents actually stored in search results.

Interface
Links
You are here: COM Interface > Interfaces > ISearchResults Interface > ISearchResults::TotalHitCount Property
Copyright (c) 1995-2012 dtSearch Corp. All rights reserved.